Add crates.io wildcard end date to FAQ
authorRobert Gardner <rhg259@nyu.edu>
Mon, 12 Oct 2015 16:31:56 +0000 (12:31 -0400)
committerRobert Gardner <rhg259@nyu.edu>
Mon, 12 Oct 2015 16:31:56 +0000 (12:31 -0400)
This adds a bolded message to the FAQ clarifying the last date crates.io
will accept crates with wildcard dependencies.

Closes rust-lang/crates.io#200

src/doc/faq.md

index fc1d9416ebc570e0dd5ea3e93c9193e5da904d76..a3b45477794a30b6ea8118dabaa90cf4daf7b8d8 100644 (file)
@@ -130,6 +130,9 @@ picture to decide what versions of dependencies should be used.
 
 # Can libraries use `*` as a version for their dependencies?
 
+**Starting December 11th, 2015, crates.io will begin rejecting packages with
+wildcard dependency constraints.**
+
 While they _can_, strictly speaking, they should not. A version requirement
 of `*` says “This will work with every version ever,” which is never going
 to be true. Libraries should always specifiy the range that they do work with,